setChildrenDrawingOrderEnabled
Deprecated
Use setChildrenDrawingOrderEnabled directly.
Tells the ViewGroup whether to draw its children in the order defined by the method ViewGroup.getChildDrawingOrder(int, int)
.
Parameters
viewGroup
the ViewGroup for which to set the mode.
enabled
true if the order of the children when drawing is determined by getChildDrawingOrder, false otherwise
Prior to API 7 this will have no effect.